home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Basics / card_11572.txt < prev    next >
Text File  |  1989-06-19  |  1KB  |  50 lines

  1. -- card: 11572 from stack: in
  2. -- bmap block id: 42481
  3. -- flags: 0000
  4. -- background id: 34247
  5. -- name: Change Directories
  6.  
  7.  
  8. -- part contents for background part 7
  9. ----- text -----
  10. Change Directories
  11.  
  12. -- part contents for background part 21
  13. ----- text -----
  14. Go
  15.  
  16. -- part contents for background part 8
  17. ----- text -----
  18. When you know the absolute or relative pathname of a file or directory, you can move up and down the UNIX directory tree. You can change your working directory to a parent or child directory or to another user's directory with the cd (change directory) command. 
  19.  
  20. The cd command is followed by an absolute or a relative pathname to the directory you want to change to.  Use the form that is most convenient for you at that time. 
  21.  
  22.  
  23.  
  24.  
  25.  
  26. Note that you can only change to another directory.  
  27.  
  28. -- part contents for background part 27
  29. ----- text -----
  30. Change the Directory
  31. Get To a New Directory
  32. Move to a Directory
  33.  
  34. -- part contents for background part 28
  35. ----- text -----
  36.  
  37.  
  38.  
  39. $ cd /usr/carol 
  40. $ pwd /usr/carol 
  41. $ cd work 
  42. $ pwd /usr/carol/work 
  43.  
  44. -- part contents for background part 9
  45. ----- text -----
  46. 4 of 46
  47.  
  48. -- part contents for background part 29
  49. ----- text -----
  50. cd